Papers with text-to-SQL parsers

10 papers
Graph Enhanced Cross-Domain Text-to-SQL Generation (D19-53)

Copied to clipboard

Challenge: Existing deep learning approaches for semantic parsing do not generalize to unseen data sets . existing benchmarks have shown text-to-SQL parsers do not generally perform well to unsen SQL queries.
Approach: They propose a new cross-domain learning scheme to perform text-to-SQL translation . they demonstrate its use on a large-scale cross- domain text- to-Sql data set Spider .
Outcome: The proposed learning scheme improves on a large-scale text-to-SQL data set.
Improving Generalization in Semantic Parsing by Increasing Natural Language Variation (2024.eacl-long)

Copied to clipboard

Challenge: Existing approaches generate question reformulations via models trained on Spider or only introduce local changes. Existing methods generate question form reformulation but lack robustness.
Approach: They use data augmentation to enhance the robustness of text-to-SQL parsers against natural language variations by generating more realistic and diverse questions.
Outcome: The proposed model improves on the new spider dataset by using a few prompts.
Importance of Synthesizing High-quality Data for Text-to-SQL Parsing (2023.findings-acl)

Copied to clipboard

Challenge: Existing text-to-SQL parsers lack the data to perform well with augmented synthetic data.
Approach: They propose a framework that imposes strong typing constraints and incorporates key relationships from schema.
Outcome: The proposed framework improves on the high-quality synthesized SQL and natural language question (NLQ) models have significant accuracy boosts and achieve new state-of-the-art performance on spider.
Towards Generalizable and Robust Text-to-SQL Parsing (2022.findings-emnlp)

Copied to clipboard

Challenge: Text-to-SQL parsers must be generalizable and robust against input perturbations.
Approach: They propose a novel framework to learn text-to-SQL parsing in stages to improve parser's ability to acquire general SQL knowledge instead of capturing spurious patterns.
Outcome: The proposed framework achieves state-of-the-art performance on the Spider, SParC, and CoSQL datasets.
KaggleDBQA: Realistic Evaluation of Text-to-SQL Parsers (2021.acl-long)

Copied to clipboard

Challenge: Recent large-scale datasets such as Spider and WikiSQL facilitated novel modeling techniques for text-to-SQl parsing.
Approach: They propose a new cross-domain evaluation dataset of real Web databases . they examine the choice of evaluation tasks for text-to-SQL parsers .
Outcome: The proposed model improves accuracy by 13.2% over state-of-the-art parsers in real-life environments.
Weakly Supervised Text-to-SQL Parsing through Question Decomposition (2022.findings-naacl)

Copied to clipboard

Challenge: Text-to-SQL parsers are crucial in enabling non-experts to effortlessly query relational data.
Approach: They propose a weak supervision approach for training text-to-SQL parsers by using a question meaning representation called QDMR to synthesize SQL queries from annotated NL-SqL data.
Outcome: The proposed model performs competitively with those trained on annotated NL-SQL data.
TrojanSQL: SQL Injection against Natural Language Interface to Database (2023.emnlp-main)

Copied to clipboard

Challenge: Existing studies on text-to-SQL systems have not investigated its security aspects . however, how to implement such attacks remains an open question.
Approach: They propose a backdoor-based SQL injection framework for text-to-SQL systems that uses boolean-based injection and union-based injecting techniques to exploit SQL injection vulnerabilities.
Outcome: The proposed framework can produce harmful SQL statements invalidating user queries or compromise sensitive information about the database.
Know What I don’t Know: Handling Ambiguous and Unknown Questions for Text-to-SQL (2023.findings-acl)

Copied to clipboard

Challenge: Existing text-to-SQL parsers generate a plausible SQL query for arbitrary user questions, thereby failing to handle problematic user questions.
Approach: They propose a weakly supervised DTE model for error detection, localization, and explanation.
Outcome: The proposed model achieves the best result on real-world examples and generated examples compared with baselines.
NL-EDIT: Correcting Semantic Parse Errors through Natural Language Interaction (2021.naacl-main)

Copied to clipboard

Challenge: Existing systems frame semantic parsing as a one-shot translation from a natural language question to the logical form.
Approach: They propose a model that uses natural language feedback to correct parsers . they show that NL-EDIT can boost the accuracy of existing parser by 20% .
Outcome: The proposed model can boost parsers' accuracy by 20% with just one turn of correction.
Error Detection for Text-to-SQL Semantic Parsing (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing text-to-SQL parsers are often over-confident, thus casting doubt on their trustworthiness when deployed for real use.
Approach: They propose a parser-independent error detection model for text-to-SQL semantic parsing . they use a language model of code as its bedrock and graph neural networks to learn structural features of queries .
Outcome: The proposed model outperforms parser-dependent uncertainty metrics on three strong parsers . it could improve the performance and usability of text-to-SQL semantic parsing, it is shown .

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations